Click or drag to resize

RuleValidationError Class

Represents a single validation error on a particular rule property value, predicate property value, or action property value.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeRuleValidationError

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RuleValidationError

The RuleValidationError type exposes the following members.

Constructors
  NameDescription
Public methodRuleValidationError
Initializes a new instance of the RuleValidationError class.
Top
Properties
  NameDescription
Public propertyErrorCode
Represents a rule validation error code that describes what failed validation for each rule predicate or action.
Public propertyErrorMessage
Represents the reason for the validation error.
Public propertyFieldUri
Specifies the URI to the rule field that caused the validation error.
Public propertyFieldValue
Represents the value of the field that caused the validation error.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also